home *** CD-ROM | disk | FTP | other *** search
- object frmDriveLetter: TfrmDriveLetter
- Left = 63
- Top = 189
- AutoScroll = False
- Caption = 'Assign Drive Letter'
- ClientHeight = 81
- ClientWidth = 202
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object txtDriveLetterA: TMaskEdit
- Left = 85
- Top = 39
- Width = 26
- Height = 32
- EditMask = 'L;1;_'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- MaxLength = 1
- ParentFont = False
- TabOrder = 0
- Text = ' '
- end
- object cmdOk: TButton
- Left = 67
- Top = 59
- Width = 61
- Height = 20
- Caption = 'OK'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- OnClick = cmdOkClick
- end
- object Memo1: TMemo
- Left = 0
- Top = 0
- Width = 202
- Height = 33
- Alignment = taCenter
- BorderStyle = bsNone
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -15
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Lines.Strings = (
- 'Enter the letter assigned to '
- 'your Zip drive and click OK.')
- ParentFont = False
- TabOrder = 2
- end
- end
-